home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cmdline.lha / cmdline / MANIFEST < prev    next >
Text File  |  1993-04-13  |  4KB  |  63 lines

  1.    File Name        Archive #    Description
  2. -----------------------------------------------------------
  3.  Config.mk                  2    Make flags for the product
  4.  MANIFEST                   1    This shipping list
  5.  Makefile                   1    Makefile for the product
  6.  Overview                   4    A brief overview of the product
  7.  README                     1    Read this file first
  8.  doc                        1    Documentation directory
  9.  doc/Makefile               1    Makefile for the documentation
  10.  doc/bugs.man               1    documents known bugs
  11.  doc/caveats.man            1    documents known peculiarities
  12.  doc/classes.man            4    documents the basics of the most common classes
  13.  doc/cmdargs.man3           2    documents <cmdargs.h>
  14.  doc/cmdline.man3           2    documents <cmdline.h>
  15.  doc/cmdparse.man1          6    documents cmdparse(1)
  16.  doc/environ.man            1    documents the use of environment variables
  17.  doc/example.man            1    documents example use of CmdLine(3C++)
  18.  doc/files.man              1    documents files used by CmdLine(3C++)
  19.  doc/macros.man             1    some common (n|t)roff macros
  20.  doc/parsing.man            2    documents parsing behavior
  21.  src                        1    Source code directory
  22.  src/Makefile               1    Makefile for the source directories
  23.  src/cmd                    1    cmdparse program subdirectory
  24.  src/cmd/Makefile           1    Makefile for the program
  25.  src/cmd/argtypes.c         2    implementation of shell-script arguments
  26.  src/cmd/argtypes.h         2    definition of shell-script arguments
  27.  src/cmd/cmdparse.c         6    the guts of the cmdparse program
  28.  src/cmd/cmdparse.h         1    the specification of the cmdparse program
  29.  src/cmd/cmdparse.pl        2    cmdparse for Perl programmers
  30.  src/cmd/cmdparse.tcl       2    cmdparse for Tcl programmers
  31.  src/cmd/fsm.c              2    finite-state-machine for parsing arg-syntax
  32.  src/cmd/fsm.h              1    finite-state-machine specification
  33.  src/cmd/main.c             1    main program for cmdparse(1)
  34.  src/cmd/quoted.c           2    implementation of quoted-strings
  35.  src/cmd/quoted.h           1    definition of a quoted-string class
  36.  src/cmd/shell_arg.c        1    implementation of an abstract shell-script arg
  37.  src/cmd/shell_arg.h        1    definition of an abstract shell-script argument
  38.  src/cmd/shells.c           5    implementation of command-interpreters
  39.  src/cmd/shells.h           4    definitions of various command-interpreters
  40.  src/cmd/syntax.c           4    implementation of an argument-syntax object
  41.  src/cmd/syntax.h           1    definition of an argument-syntax object
  42.  src/lib                    1    CmdLine library directory
  43.  src/lib/Makefile           1    Makefile for the library
  44.  src/lib/argiter.c          2    command line argument iterator implementation
  45.  src/lib/arglist.h          1    command argument list type definitions
  46.  src/lib/cmdarg.c           3    implementation of base class CmdArg
  47.  src/lib/cmdargs.c          5    implementation of the various argument types
  48.  src/lib/cmdargs.h          8    include file for the various argument types
  49.  src/lib/cmdline.c          3    constructors/destructors for CmdLine objects
  50.  src/lib/cmdline.h          7    include file for the library
  51.  src/lib/cmdtest.c          3    test program for the library
  52.  src/lib/dump.c             3    dumping/debugging member functions
  53.  src/lib/exits.h            1    definition of exit codes used for exit(3C)
  54.  src/lib/fifolist.c         1    implementation of a generic FIFO linked list
  55.  src/lib/fifolist.h         3    definition of a generic FIFO linked list
  56.  src/lib/parse.c            2    public parsing functions for CmdLine
  57.  src/lib/patchlevel.c       1    functions to return version information
  58.  src/lib/private.c          5    private/protected functions for a CmdLine
  59.  src/lib/states.h           1    state enumeration definitions
  60.  src/lib/strindent.c        3    function to print a hanging indented paragraph
  61.  src/lib/unix.c             7    Unix specific parts of a CmdLine
  62.  src/lib/usage.c            3    usage-message specific parts of a CmdLine
  63.